This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Compact failing ~Hank Chufanaskiettu 20.Jan.04 05:49 PM a Web browser Domino Server 6.0.3Windows 2003
There were some changes in the indexes, that you might want to check. If a Domino Database stays ODS41 (R5) then the R6 server creates duplicate indexes (one in R5 one in r6 format). If you can afford a server downtime I suggest you create a batchfile:
NFIXUP
NCOMPACT
NUPDALL
NET Start "Your Domino Server Service"
FOr the 3 commands you have to lookup the switches (I'm away from my notes environment right now): Fixup: ignore errors, compact: copy style, delete all indexes, updall: create all indexes.
You also cn run it from the server console, but some files (with actual mail delivery) might not get updated.
HtH
:-) stw